@charset "utf-8";
/*CSS Document*/

/* ============================================================================================================================
													全局默认样式
===============================================================================================================================*/
body {
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

h4,
h5,
h6 {
	font-weight: normal;
}

ul,
li,
dd,
dl,
dt,
ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}

hr {
	color: #eee;
	background: #eee;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:focus,
.hov a,
.navusb li a:hover {
	color: #29136a;
	text-decoration: none !important;
}

p {
	padding: 0px;
	margin: 0px;
}

img {
	max-width: 100%;
}

input {
	outline: none;
	border: 0;
}

input:focus {
	outline: none;
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}

@media (max-width:992px) {
	.container {
		padding: 0 15px;
	}
}

/* ============================================================================================================================
													bootstrap
===============================================================================================================================*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;
}

/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-1 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: inherit !important;
	/*color: #666;*/
}

.ellipsis-2 {
	-webkit-line-clamp: 2;
}

.ellipsis-3 {
	-webkit-line-clamp: 3;
}

.ellipsis-4 {
	-webkit-line-clamp: 4;
}

.ellipsis-5 {
	-webkit-line-clamp: 5;
}

.ellipsis-6 {
	-webkit-line-clamp: 6;
}

.ellipsis-7 {
	-webkit-line-clamp: 7;
}

.ellipsis-8 {
	-webkit-line-clamp: 8;
}

/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container {
	width: 100%;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.container-fluid,
.banner-container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

@media (max-width:780px) {
	.container-pad {
		padding: 50px 0;
	}
}

.content_box {
	width: 100%;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

@media (max-width:992px) {

	.container,
	.content_box {
		padding-bottom: 15px !important;
	}

}


.adv-container{
    position: relative;
    width: 100%;
}
.adv-container ._main{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    text-align: center;
    opacity: 0.9;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 0 15px;
}
.adv-container ._main h2{
    font-size:48px;
    text-transform: uppercase;
    font-weight: 700;
}
.adv-container ._main p{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}
.adv-container picture img{
    width: 100%;
    /*opacity: 0.9;*/
    /* max-height: 360px; */
}
@media (max-width:991px){
.adv-container picture img{
    width: 100%;
    opacity: 0.9;
    max-height: 360px;
 }
}
@media (max-width:767px){
    .adv-container picture img{
        width: 100%;
        opacity: 0.9;
        max-height: 360px;
    }

    .adv-container ._main h2{
        font-size:32px;
    }
    .adv-container ._main p{
        font-size: 18px;
        line-height: 26px;
        margin-top: 6px;
    }
}

/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.pagination {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	clear: both;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #29136a;
	border-color: #29136a;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
}
@media (max-width:992px) {
	.pagination{
		margin-top: 0.4rem;
	}
}

.next-map p {
	/* width:40%;float: left; */
	position: relative;
	margin-top: 4px;
}

.next-map p:last-child {
	/* width: 40%;float: right; */
	position: relative;
}

.next-map p span {
	display: inline-block;
	float: left;
}

.next-map p .ellipsis-1 {
	display: inline-block;
	/* 	 */
}


/* ============================================================================================================================
													公共标题字体大小
===============================================================================================================================*/
h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

@media (max-width: 1440px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 14px;
	}
}

/* ============================================================================================================================
													crumb-box面包屑
===============================================================================================================================*/
.crumb_box{
    width: 100%;
    background: #fff;
}
.crumb_box_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.crumb_cate{
    flex: 1;
    width: auto;
}
.crumb_cate_banner li{
    width: auto;
}
.crumb_cate_banner li:hover::before{
    width: 80%;
    background: #29136a;
}
.crumb_cate_banner li::before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    transform: translateX(-50%);
    background-color: none;
    transition: all .3s;
}
.crumb_cate_banner li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    display: block;
    background: #ccc;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.crumb_cate_banner li a{
    position: relative;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0px 30px;
    color: #333;
    display: block;
}
.crumb{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 0;
    margin-bottom: -10px;
    padding-left: 25px;
    position: relative;
}
.crumb::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% - 5px));
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/home.png') no-repeat center;
    background-size: contain;
}
.crumb span{
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-bottom: 10px;
}
.crumb a{
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-right: 4px;
    margin-bottom: 10px;
}
.crumb a:last-child{
    color: #29136a;
}
.crumb a:hover{
    color: #29136a;
}

.crumb_cate.normal .crumb_cate_banner li a{
    min-width: 150px;
    text-align: center;
}
.crumb_cate.normal .crumb_cate_banner li::before{
    display: none;
}
.crumb_cate.normal .crumb_cate_banner li::after{
    display: none;
}
.crumb_cate.normal .crumb_cate_banner li:hover a{
    color: #fff;
    background: #29136a;
}
.crumb_cate.normal .crumb_cate_banner li.on a{
    color: #fff;
    background: #29136a;
}

@media (max-width: 1080px){
    .crumb_box_content{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: initial;
    }
    .crumb_cate{
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .crumb{
        width: 100%;
    }
}

@media (max-width: 768px){
    .crumb{
        padding: 20px 0;
        padding-left: 25px;
    }
    .crumb_cate{
        display: none;
    }
}


/* ============================================================================================================================
													more-更多按钮
===============================================================================================================================*/
.more {
    height: 0.42rem;
    width: 1.2rem;
    line-height: 0.42rem;
    text-align: center;
    background: #29136a;
    display: block;
    color: #fff;
    border-radius: 4px;
	margin: 0.3rem auto 0;
}

.more:hover {
	color: #fff;
}
@media (max-width:992px) {
	.more{
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
}

/* ============================================================================================================================
													浮动
===============================================================================================================================*/
.fr {
	float: right;
}

.fl {
	float: left;
}

/* ============================================================================================================================
													文章列表无图片样式
===============================================================================================================================*/

.article_list_li{
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}
.article_list_li:hover .article_list_info_main h2{
    color: #d3271b;
}
.article_list_li:hover .article_list_time span{
    color: #d3271b;
}
.article_list_li a{
    display: flex;
}

.article_list_info{
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 25px 0;
}
.article_list_time{
    padding: 0 30px;
    text-align: center;
}
.article_list_time span{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.article_list_time p{
    display: block;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}
.article_list_info_main{
    padding: 15px;
    flex: 1;
    border-left: 1px solid #E3E3E3;
    overflow: hidden;
}
.article_list_info_main span{
    display: none;
}
.article_list_info_main h2{
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}
.article_list_info_main p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
}

@media (max-width: 768px){
    .article_list_li a{
        flex-wrap: wrap;
    }
    
    .article_list_info{
        flex: none;
        width: 100%;
        padding: 15px 0;
    }
    .article_list_time{
        padding: 0 20px;
    }
    .article_list_time span{
        font-size: 26px;
        line-height: 26px;
    }
    .article_list_time p{
        font-size: 14px;
        line-height: 20px;
    }
    .article_list_info_main{
        padding: 10px;
    }
    .article_list_info_main h2{
        font-size: 16px;
        line-height: 20px;
    }
    .article_list_info_main p{
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
}

/* ============================================================================================================================
													list
===============================================================================================================================*/
.container_main{
	margin-top: 2%;
}
@media (max-width:992px) {
	.container_main .container{
		padding: 0!important;
	}
}
.container_main .lefter{
	overflow: hidden;
	width: 240px;
	float: left;
	margin-right: 20px;
}
.container_main .lefter .lefter_nav{
    overflow: hidden;
    margin-bottom: 20px;
}
.container_main .lefter .lefter_nav h2, 
.container_main .lefter .lefter_contact h2{
    background: #29136a;
    height: 50px;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.container_main .lefter .lefter_nav ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
}
.container_main .lefter .lefter_nav ul li{
	overflow: hidden;
	border-bottom: 1px dashed #e0e0e0;
	padding: 0 10px;
}
.container_main .lefter .lefter_nav ul li:last-child{
	border-bottom: none;
}
.container_main .lefter .lefter_nav ul li a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}
.container_main .lefter .lefter_nav ul li.active a{
	color: #29136a;
}
.container_main .lefter .lefter_nav ul li:hover a{
	color: #29136a;
}
.container_main .lefter .lefter_contact{
	overflow: hidden;
}
.container_main .lefter .lefter_contact ul{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 10px;
}
.container_main .lefter .lefter_contact ul li{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.container_main .righter{
	overflow: hidden;
}
@media (max-width:992px) {
	.container_main .lefter{
		display: none;
	}
}


/* 产品列表 */
.prolist{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
.prolist .prolist_ul{
	overflow: hidden;
}
.prolist .prolist_ul li{
	width: calc((100% - 3%) / 4);
	float: left;
	overflow: hidden;
	margin-right: 1%;
	margin-bottom: 1%;
	border: 1px solid #E0E0E0;
}
.prolist .prolist_ul li:nth-child(4n){
	margin-right: 0;
}
.prolist .prolist_ul li dt{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.prolist .prolist_ul li dt img{
	 display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.prolist .prolist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.prolist .prolist_ul li:hover{
	border: 1px solid #29136a;
}
.prolist .prolist_ul li:hover dd{
	background: #29136a;
	color: #fff;
	border-top: 1px solid #29136a;
}
@media (max-width:992px) {
	.prolist{
		border: none;
	}
	.prolist .prolist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.prolist .prolist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.prolist .prolist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.prolist .prolist_ul li dd{
		font-size: 0.28rem;
	}
}



/* 文章列表 */
.article{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
.article .article_ul{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.article .article_ul li{
	width: calc((100% - 4%) / 2);
	overflow:hidden;
	border-bottom: 1px dashed #E0E0E0;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.article .article_ul li dt{
	overflow: hidden;
	width: 30%;
	position: relative;
	padding-top: 20%;
	float: left;
	margin-right: 0.2rem;
}
.article .article_ul li dt img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    object-fit: cover;
}
.article .article_ul li dd{
	overflow: hidden;
}
.article .article_ul li dd h3{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.article .article_ul li dd span{
    font-size: 14px;
    color: #999;
    display: block;
    margin: 5px 0 10px;
}
.article .article_ul li dd p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.article .article_ul li dd em{
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
    margin-top: 0.6rem;
}
.article .article_ul li:hover dd h3{
	color: #d3271b;
}
.article .article_ul li:hover dd em{
	color: #d3271b;
}
@media (max-width:992px) {
	.article{
		border: none;
	}
	.article .article_ul li dt{
		width: 100%;
		padding-top: 70%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.article .article_ul li dd{
		width: 100%;
	}
	.article .article_ul li dd em{
		float: left;
		margin-top: 0.2rem;
	}
}


/* 图文列表 */
.mutlist{
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
.mutlist .mutlist_ul{
	overflow: hidden;
}
.mutlist .mutlist_ul li{
	width: 23%;
	float: left;
	overflow: hidden;
	margin-right: 2.6%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.mutlist .mutlist_ul li:nth-child(4n){
	margin-right: 0;
}
.mutlist .mutlist_ul li dt{
    width: 100%;
    overflow: hidden;
}
.mutlist .mutlist_ul li dt img{
	width: 100%;
	display: block;
}
.mutlist .mutlist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.mutlist .mutlist_ul li:hover{
	border:1px solid #29136a;
}
.mutlist .mutlist_ul li:hover dd{
	border-top: 1px solid #29136a;
	color: #fff;
	background: #29136a;
}
@media (max-width:992px) {
	.mutlist{
		border: none;
	}
	
	.mutlist .mutlist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(4n){
		margin-right: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(2n){
		margin-right: 0;
	}
}



/* ============================================================================================================================
													detail
===============================================================================================================================*/
._return{
	overflow: hidden;
	border-top: 1px dashed #e0e0e0;
	padding-top: 10px;
}
._return a{
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	padding-right: 10px;
}
@media (max-width:992px) {
	._return a{
		width: 100%;
	}
}

/* 文章详情 */
.article_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	padding: 25px;
	float: left;
	width: 72%;
}
.article_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.article_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.article_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.article_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}

.box_right .r_news{
    width:25%;
    float: right;
    margin-left: 2%;
}
.box_right .r_news h2{
    font-size: 24px;
    color: #222;
}
.box_right .r_news li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    margin:15px 0 0;
    padding-bottom: 15px;
}
.box_right .r_news li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.box_right .r_news li .pic{
    width: 30%;
    max-height:88px;
    overflow: hidden;
}
.box_right .r_news li .txt{
    width:65%;
}
.box_right .r_news li h3{
    font-size: 16px;
    color: #333;
    transition: all 0.5s;
}
.box_right .r_news li p{
    font-size: 14px;
    color: #999;
    line-height:22px;
    height:44px;
    margin:5px 0;
}

@media (max-width:992px) {
	.article_detail{
		border: none;
		padding: 15px;
	}
	.article_detail ._title{
		text-align: left;
	}
	.article_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.article_detail ._title span{
		font-size: 0.24rem;
	}
	
   .article_detail ,.box_right .r_news{
        width: 100%;
    }
    .box_right .r_news li .pic{
        max-height:3rem;
    }
}

/* 图文详情 */
.multi_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 25px;
}
.multi_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.multi_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.multi_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.multi_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.multi_detail{
		border: none;
		padding: 15px;
	}
	.multi_detail ._title{
		text-align: left;
	}
	.multi_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.multi_detail ._title span{
		font-size: 0.24rem;
	}
}


/* 产品详情 */

 .pro_left{
    width: 260px;
    background: #29136a;
    padding: 0 6px;
    box-sizing: border-box;
    float: left;
    padding-bottom: 30px;
    margin:0 30px 30px 0;
}
 .pro_left .pro_left_tit{
    text-align: center;
    padding: 40px 0;
}
 .pro_left .pro_left_tit h3{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
 .pro_left .pro_left_tit p{
    font-style: normal;
    display: block;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
    margin-bottom: 12px;
}
 .pro_left .pro_left_tit i{
    width: 36px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 0 auto;
}
 .pro_left .pro_left_list{
    background: #fff;
}


 .pro_left .pro_left_list li{
    height: 62px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
 .pro_left .pro_left_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 62px;
    position: relative;
	text-align: center;
    font-size: 16px;
    padding: 0 20px;
}
 .pro_left .pro_left_tel{
    color: #fff;
    padding: 38px 0 0;
    overflow: hidden;
    text-align: center;
}
 .pro_left .pro_left_tel p{
    font-size: 28px;
    color: #fff;
    text-align: center;
}
 .pro_left .pro_left_tel i{
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #a4a4f8;
    display: block;
}
 .pro_left .pro_left_tel i img{
    width: 160px;
    margin: 10px auto 0;
}
 .pro_left .pro_left_tel i span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

/*产品推荐*/
.pro_reco{
	overflow: hidden;
	background: #fff;
	margin: 20px 0;
}
.pro_reco ._title{
    overflow: hidden;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
	font-size: 18px;
    position: relative;
    font-weight: bold;
}
.pro_reco ._title::after{
	content: '';
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: #002f93;
}
.pro_reco ._lists{
	overflow: hidden;
	padding: 20px;
	margin-bottom: -2%;
}
.pro_reco ._lists li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
    overflow: hidden;
}
.pro_reco ._lists li:nth-child(4n){
	margin-right: 0%;
}
.pro_reco ._lists li dt{
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}
.pro_reco ._lists li dt img{
    width: 100%;
	height: 100%;
    display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*object-fit: cover;*/
}
.pro_reco ._lists li dd{
    padding: 10px 0 0;
    text-align: center;
}

/*产品详情*/
.product_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	padding: 15px;
}
.product_detail ._info{
	overflow: hidden;
}
.product_detail ._info ._thumb{
	width: 352px;
    position: relative;
    float: left;
    padding-bottom: 10px;
    margin-right: 2%;
	overflow: hidden;
}
.product_detail ._info ._thumb .piclist{
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

.product_detail ._info ._thumb .piclist li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_detail ._info ._thumb .piclist video{
	width: 352px;
}

.product_detail ._info ._thumb .piclist img{
	width: 100%;
	display: block;
}
.product_detail ._info ._thumb #thumblist{
    list-style: none;
    width: 350px;
    clear: both;
}
.product_detail ._info ._thumb #thumblist li{
    float: left;
    width: 60px;
    height: 62px;
    margin-right: 8px;
    border: #eee solid 1px;
}
.product_detail ._info ._thumb #thumblist li.on{
	 border: #29136a solid 1px;
}
.product_detail ._info ._thumb #thumblist li .img,
.product_detail ._info ._thumb #thumblist li video{
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.product_detail ._info ._text{
	overflow: hidden;
}
.product_detail ._info ._text h2{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.product_detail ._info ._text p,
.product_detail ._info ._text div{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    max-height: 210px;
    overflow: hidden;
	color: #999;
	padding-left:20px;
}

.product_detail ._info ._text div:before{
    content: '';
    background: #29136a;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
}

.product_detail ._info ._text span{
    height: 0.55rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    display: block;
}
.product_detail ._info ._text span em{
    height: 0.7rem;
    padding-left: 0.5rem;
    background: url(../images/pc-xc-icon2.png) no-repeat  0px;
    font-size: 0.24rem;
    line-height: 0.7rem;
    color: #29136a;
    display: block;
    float: left;
	font-weight: bold;
}
.product_detail ._info ._text span a{
    width: 114px;
    height: 44px;
    background: #29136a;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
    display: block;
    color: #fff;
}
.product_detail ._content{
	overflow: hidden;
	min-height: 300px;
	margin-top: 0.2rem;
}
.product_detail ._content ._title{
    text-align: center;
    font-size: 0.36rem;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;	
}
@media (max-width:992px) {
	.product_detail{
		border: none;
	}
	.product_detail ._info ._thumb{
		width: 100%;
		margin-right: 0;
		padding-bottom: 0.4rem;
	}
	.product_detail ._info ._thumb #thumblist{
		width: 100%;
	}
	.product_detail ._info ._text{
		float: left;
	}
	.product_detail ._info ._text h2{
		font-size: 0.36rem;
		margin-bottom:0.2rem;
	}
	.product_detail ._info ._text p{
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}
	.product_detail ._info ._text span{
		height: 1rem;
	}
	.product_detail ._info ._text span em{
	    height: 0.8rem;
	    padding-left: 0.8rem;
		font-size: 0.36rem;
		line-height: 0.8rem;
	    background-size: 0.6rem;
	}
	.product_detail ._info ._text span a{
	    line-height: 0.7rem;
		height: 0.7rem;
		font-size: 0.28rem;
	}
	.product_detail ._content{
		margin-top: 0.4rem;
	}
	.product_detail ._content ._title{
		margin-bottom: 0.2rem;
		padding-bottom: 0.2rem;
		font-size: 28px;
	}
	
	.pro_left{
	    display: none;
	}
}
/* ============================================================================================================================
													page 单页
===============================================================================================================================*/

/* 关于我们 */
.detail_about{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_about .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_about .detail_main_fl{
	overflow: hidden;
	width: 48%;
	float: left;
}
.detail_about .detail_main_fl img{
	width: 100%;
	display: block;
}
.detail_about .detail_main_fr{
	overflow: hidden;
	width: 48%;
	float: right;
}
.detail_about .detail_main_fr h2{
	font-size: 0.24rem;
	color: #29136a;
}
.detail_about .detail_main_fr em{
	display: block;
	width: 60px;
	height: 3px;
	background: #29136a;
	margin: 0.2rem 0;
}
.detail_about .detail_main_fr>div{
	color: #666;
}
@media (max-width:992px) {
	.detail_about .detail_main_fl{
		width: 100%;
	}
	.detail_about .detail_main_fr{
		width: 100%;
		padding-top: 0.4rem;
	}
	.detail_about .detail_main_fr h2{
		font-size: 0.36rem;
	}
}

.detail_environment{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_environment .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_environment .detail_main ul li{
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.detail_environment .detail_main ul li:nth-child(4n){
	margin-right: 0;
}
.detail_environment .detail_main ul li dt{
	width: 100%;
	overflow: hidden;
}
.detail_environment .detail_main ul li dt img{
	width: 100%;
	display: block;
}
.detail_environment .detail_main ul li dd{
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
@media (max-width:992px) {
	.detail_environment .detail_main ul li{
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.detail_environment .detail_main ul li:nth-child(2n){
		margin-right: 0;
	}
}

.detail_honor{
	overflow: hidden;
	padding: 0.5rem 0;
	
	background-color: #F5F5F5;
}
.detail_honor .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_honor ul li{
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.detail_honor ul li img{
	width: 100%;
	display: block;
}
.detail_honor ul li dd{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}



/* 联系我们 */
.detail_title{
	overflow: hidden;
	text-align: center;
}
.detail_title h2{
	font-size: 0.36rem;
    font-weight: normal;
    margin-bottom: 0.1rem;
}
.detail_title p {
    font-size: 16px;
    color: #999;
}

.detail_contact{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_contact .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
	background: #f8f8f8;
}
.detail_contact .detail_main_fl{
	width: 48%;
	overflow: hidden;
	float: left;
	padding: 30px;
}
.detail_contact .detail_main_fl h2{
	font-size: 0.30rem;
	color: #29136a;
	font-weight: bold;
}
.detail_contact .detail_main_fl ul{
	overflow: hidden;
	margin-top: 0.2rem;
}
.detail_contact .detail_main_fl ul li{
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
}
.detail_contact .detail_main_fl ul li img{
	width: 48px;
	margin-right: 10px;
}
.detail_contact .detail_main_fr{
	overflow: hidden;
	float: right;
	width: 50%;
}
/* 在线留言 */
.detail_inquiry{
	overflow: hidden;
	background: #f5f5f5;
	padding: 0.5rem 0;
}
.detail_inquiry .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_main .detail_inquiry_fl{
	width: 49%;
	float: left;
	overflow: hidden;
}
.detail_main .detail_inquiry_fl img{
	width: 100%;
	display: block;
}
.detail_main .detail_inquiry_fr{
	overflow: hidden;
	float: right;
	width: 49%;
}
.detail_main .detail_inquiry_fr .form-row{
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.detail_main .detail_inquiry_fr .form-row input{
	border-radius: 0;
	padding: 10px;
	color: #999;
	height: auto;
}
.detail_main .detail_inquiry_fr .form-row .btn{
    overflow: hidden;
    background: #29136a;
    color: #fff;
    padding: 10px 50px;
}
@media (max-width:992px) {
	.detail_title h2{
		font-size: 0.48rem;
		margin-bottom: 0;
	}
	.detail_title p{
		font-size: 0.28rem;
	}
	.detail_contact .detail_main_fl{
		width: 100%;
		padding: 0.4rem 0.3rem;
	}
	.detail_contact .detail_main_fl h2{
		font-size: 0.36rem;
		text-align: center;
	}
	.detail_contact .detail_main_fl ul li{
		height: 1rem;
		line-height: 1rem;
		font-size: 0.28rem;
	}
	.detail_contact .detail_main_fl ul li img{
		width: 0.7rem;
	}
	.detail_contact .detail_main_fr{
		width: 100%;
	}
	.detail_main .detail_inquiry_fl{
		display: none;
	}
	.detail_main .detail_inquiry_fr{
		width: 100%;
	}
}





